home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Trig Explorer
/
The Trig Explorer.iso
/
mac
/
Explorer
/
Ex_Pi.dxr
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-22
|
188 b
|
16 lines
on enterFrame
set n to random(6)
if n <= 2 then
go("C")
end if
if n = 3 then
go("A")
end if
if n = 4 then
go("B")
end if
if n > 4 then
go("D")
end if
end